home *** CD-ROM | disk | FTP | other *** search
/ Adobe Graphics & Publishing SDK 1996 December / Adobe Graphics & Publishing SDK 1996 December.iso / pc / pm65sdk / sourcecode / pagemakerclasslibrary / queries / pgetstoryeditpref.h < prev    next >
C/C++ Source or Header  |  1996-09-04  |  668b  |  34 lines

  1. /*
  2.  *--- PGetStoryEditPref.h -------------------------------------------------
  3.  * Copyright (c) 1995-96 Adobe Systems Incorporated.  All rights reserved.
  4.  * Created on Sun, Oct 22, 1995 @ 4:49 PM by Paul Ferguson.
  5.  *
  6.  * Description:
  7.  *-------------------------------------------------------------------------
  8.  */
  9. #ifndef __PGetStoryEditPref__
  10. #define __PGetStoryEditPref__
  11.  
  12.  
  13. #include "PMTypes.h"
  14.  
  15. #include "PHandleQuery.h"
  16.  
  17.  
  18. class PGetStoryEditPref : public PHandleQuery
  19. {
  20.  
  21. public:
  22.  
  23.     PGetStoryEditPref();
  24.     
  25.     PMBool            bDisplayPara;
  26.     PMBool            bDisplayStyle;
  27.     short            dSize;
  28.     const char *    sFont;
  29. };
  30.  
  31. #endif
  32.  
  33. // end of PGetStoryEditPref.h
  34.